The Elder Scrolls Forums

TES Construction Set and Plugins >> General TES Construction Set

Pages: 1
Archived User Account

water walking creature?
      #2957381 - 08/22/04 08:09 AM

OK I suck at writing scripts so I need a little help. I would like to make a water walking pack guar and have it be a constant effect. How would I script this in?

Thanks

Post Extras: Print Post   Remind Me!   Notify Moderator  
_Darky00
Initiate

Reged: 08/10/04
Posts: 63
Loc: here there every were
Re: water walking creature? [Re: ]
      #2957431 - 08/22/04 08:35 AM

you dont have to script it in you can just make a water walking ability and put it in him but if you really what it in the script then do this:

call the guar something like "Guar" then make a water walking spell call it what ever you want like "water walking" then type this in the script

begin jesus_guar script

Guar->GetSpell "water walking"

end

--------------------
If i was rude or any thing like that its only because i aint that good in english and i miss wrote the sentence... and sorry if i did... its in my nature... Some sientists has found that out

Post Extras: Print Post   Remind Me!   Notify Moderator  
JOG
Curate

Reged: 09/15/02
Posts: 745
Re: water walking creature? [Re: _Darky00]
      #2957493 - 08/22/04 08:59 AM

This will only work for unique creatures, if there are several copies of them, once you kill one of them all will loose their Walterwalking-Abilities. Better use this:

Code:
begin waterwalking_creature


short done

if ( done == 0 )
setwaterwalking 1 ; Enable waterwalking
set done to 1
endif

if ( Ondeath == 1 ) ; Disable when they die, or they will fly to the skies
setwaterwalking 0
endif

end




--------------------
Havish (Updated to v1.2 !!!)

Pirates! (WIP)

My Morrowind Corner

Edited by JOG (08/22/04 09:02 AM)

Post Extras: Print Post   Remind Me!   Notify Moderator  
Pages: 1


Extra information
0 registered and 5 anonymous users are browsing this forum.

Moderator:  Umrahel, Freddo, Pete, Hungry Donner, Attrebus, Miltiades, tegger 

Print Thread

Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      UBBCode is enabled

Rating:
Thread views: 50

Rate this thread
 
Jump to

The Elder Scrolls Homepage

*
UBB.threads™ 6.3

Click for Privacy Statement © 2003 Bethesda Softworks LLC, a ZeniMax Media company. All Rights Reserved.
PRIVACY POLICY | TERMS & CONDITIONS | LEGAL INFORMATION | CONTACT US